func time.fmtFrac 3 uses time (current package) time.go#L656: w, u = fmtFrac(buf[:w], u, prec) time.go#L662: w, u = fmtFrac(buf[:w], u, 9) time.go#L697: func fmtFrac(buf []byte, v uint64, prec int) (nw int, nv uint64) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)